ContextCapture User Guide

Use cloud services for hosting your production

For large scenes, you might wish to host the productions on dedicated cloud servers, such as Azure Blob or Amazon S3. This is entirely possible, and your customers will still be able to access your demos using your site address.

To do this, you need to:

  • Load only the production scene onto a cloud server, making sure you enable cross-origin resource sharing for the data.
  • Copy the webGL application on your own server, at the appropriate place.
  • Change the config.json file of the application to access the scene hosted on the cloud.
  • The demo will be accessible just as before, through your_site/your_application_folder address.

We describe below how to publish the 3MX scene using Amazon S3.